Welcome![Sign In][Sign Up]
Location:
Search - dda algorithm

Search list

[2D GraphicDDA

Description: 图形学相关的算法实现,使用DDA算法画直线-Graphics-related algorithms, using DDA line drawing algorithm
Platform: | Size: 1661952 | Author: fcwindpasss | Hits:

[Graph Drawingdrawlines

Description: 分别用DDA算法、Bresenham算法、OpenGl绘制五万条斜线,比较绘制速度。-Draw 50 000 slashes using DDA algorithm, Bresenham algorithm and OpenGl respectively. Compare the rendering speed.
Platform: | Size: 91136 | Author: wxn | Hits:

[Graph programDDA

Description: DDA画线算法写的程序,通过算法计算出画10万条线所需时间,可以作为画线算法效率比较的参考-DDA line drawing algorithm to write programs, through the algorithm to calculate draw 100,000 line of time required for drawing a line efficiency of the algorithm can be used as reference for comparison
Platform: | Size: 1024 | Author: ki | Hits:

[Graph Drawingdda

Description: 计算机图形学中sutherland算法来进行区域切割,用矩形剪裁直线-Sutherland algorithm in computer graphics to regional cut, straight cut with rectangular
Platform: | Size: 1049600 | Author: lipeng | Hits:

[2D GraphicLineDDA

Description: a star with DDA algorithm
Platform: | Size: 1024 | Author: re | Hits:

[2D Graphicline

Description: 直线扫描转换程序,包括DDA算法、中点画线法、Bresenham画线法三种算法-Line scan conversion process, including the DDA algorithm, the dotted line method, Bresenham drawing line method of three algorithms
Platform: | Size: 1024 | Author: Sun | Hits:

[Special EffectsCG(1)

Description: 绘图底层代码,实现了直线的DDA算法,圆和椭圆的中点算法。-Mapping the underlying code, the DDA algorithm to achieve the straight, round and ellipse midpoint algorithm.
Platform: | Size: 18432 | Author: 日月神君 | Hits:

[Special EffectsCG

Description: 实现了直线的DDA算法,圆和椭圆的中点算法的底层代码。-DDA algorithm to achieve a straight line, circle and ellipse midpoint algorithm underlying code.
Platform: | Size: 20480 | Author: 日月神君 | Hits:

[OpenGL programexperiment1

Description: 模拟DDA算法,通过利用圆形来模拟像素展示DDA算法绘画直线的过程。编译、构建、连接之前请先安装glut。-Simulated DDA algorithm, through the use of circular pixel display DDA algorithm to simulate the process of drawing lines. Build, build, connect before you install glut.
Platform: | Size: 1024 | Author: 林宇浩 | Hits:

[Special Effectsvc

Description: vc++实现DDA算法、Bresenham算法、中点算法,以及直线的拖动和拉伸变换-vc++ achieve DDA algorithm, Bresenham algorithm, the midpoint algorithm, and drag the line and stretching transformation
Platform: | Size: 3739648 | Author: 刘超 | Hits:

[2D GraphicDrawLine

Description: vc直线的绘制,包括DDA算法和Bresenham算法和中点算法。-vc draw the line, including the DDA algorithm and Bresenham algorithm and the midpoint algorithm.
Platform: | Size: 1946624 | Author: dry | Hits:

[OtherDDALine

Description: C++画直线线程序,利用的是DDA算法。图形学中学习过的基本算法-C++ drawing straight line process, using the DDA algorithm. Graphics learned the basic algorithm
Platform: | Size: 1925120 | Author: HEHONG | Hits:

[Graph programcheng

Description: 计算机图形学中画直线的三种经典算法,实现画直线。dda算法 midpoint算法 Bresenham算法-Computer graphics, drawing a straight line of three classical algorithms to achieve drawing a straight line. dda algorithm midpoint algorithm Bresenham algorithm
Platform: | Size: 4228096 | Author: cheng | Hits:

[Othercomputergraphicsalgorithms

Description: 计算机图形各种算法的演示,包括DDA算法,区域填充法-Demonstration of computer graphics algorithms, including the DDA algorithm, area filling method
Platform: | Size: 1482752 | Author: 屈文杰 | Hits:

[JSP/JavaGrafkom

Description: Drawing line application using java with dda algorithm, etc
Platform: | Size: 46080 | Author: | Hits:

[Graph programDdasuanfa

Description: 计算机图形学,c语言编程,直线算法中的dda算法-Computer graphics, c language programming, linear algorithm dda algorithm
Platform: | Size: 1024 | Author: sherryyang | Hits:

[OpenGL program321

Description: 利用OpenGL实现直线光栅化的DDA算法。基于.NET+openGL平台的一个代码实例。-Using OpenGL to achieve linear grating of the DDA algorithm. Based on. NET+ openGL platform a code example.
Platform: | Size: 1024 | Author: 游侠 | Hits:

[Special EffectsGraphics

Description: 一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。)五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。六、交互式Bezier曲线的输入绘制程序实现-An integrated graphical interface program, can call the subroutine each operation. First, call the painting point function, the DDA, the mid-point operator France and the midpoint line drawing algorithm draw a circle and ellipse. 2, polygon scan conversion algorithm and region filling algorithm (scan line algorithm The will to do more than seek operation based on the edge of fill, and sign algorithms for the optional side seed-based region filling using 4-connected region Recursive seed fill algorithm, or scan line seed fill algorithm to require seed point (x, y) can be interactive input). 3, line cutting and Polygon clipping algorithm to achieve animation. (Two segments by cutting edge algorithms and HS polygon clipping algorithm) polygon clipping Algorithm animation requirements first draw a closed polygon, and then draw the crop rectangle window, then select the crop button (or Command), press the "cut on top" button (or the implementation of the "cut on top" command),
Platform: | Size: 15465472 | Author: Peng | Hits:

[Special EffectsLine

Description: 采用现在计算机图形学上面最常用的三种方式画直线,有中点画线,bresenham算法,DDA算法,是使用VC++编制的-Above is adopted, the most commonly used computer graphics to draw lines in three ways, with the dotted line, bresenham algorithm, DDA algorithm is compiled using VC++
Platform: | Size: 5882880 | Author: 小鱼 | Hits:

[OpenGL programDDA

Description: 采用C#和CSOPENGL实现计算机图形课程中DDA画直线算法-Using C# and CSOPENGL computer graphics course to achieve DDA line drawing algorithm
Platform: | Size: 193536 | Author: duyi | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 23 »

CodeBus www.codebus.net